home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / glib-2.0 / schemas / org.gnucash.window.pages.gschema.xml < prev   
Extensible Markup Language  |  2014-12-19  |  696b  |  15 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schemalist gettext-domain="gnucash">
  3.   <schema path="/org/gnucash/window/pages/account-tree/" id="org.gnucash.window.pages">
  4.     <key type="b" name="account-code-visible">
  5.       <default>false</default>
  6.       <summary>Display this column</summary>
  7.       <description>This setting controls whether the given column will be visible in the view. TRUE means visible, FALSE means hidden.</description>
  8.     </key>
  9.     <key type="i" name="account-code-width">
  10.       <default>0</default>
  11.       <summary>Width of this column</summary>
  12.       <description>This setting stores the width of the given column in pixels.</description>
  13.     </key>
  14.   </schema>
  15. </schemalist>